home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 23
/
AACD 23.iso
/
AACD
/
Resources
/
Sound
/
AHI
/
BGUI
/
Install BGUI
< prev
next >
Wrap
Text File
|
1997-03-21
|
362b
|
20 lines
(set @default-dest "Libs:")
(set #t_copylib "Copying bgui.library to Libs:")
(set #t_welcome (cat
" This script will install the BGUI library"
" in your Libs: drawer.\n"
" BGUI is required by the preferences program."
))
(message #t_welcome)
(copylib
(prompt #t_copylib)
(help @copylib-help)
(source "bgui.library")
(dest "Libs:")
(confirm)
)